@charset "UTF-8";

* {
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

/* body {
  -webkit-font-smoothing: antialiased;
  font-family: 'microsoft yahei',tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
} */
body {
  font-size: 14px;
  /* line-height: 26px; */
  /* background-color: #f0f2f5; */
  font-family: 'PingFang SC', 'Microsoft Yahei', sans-serif, sans-serif, 'Heiti SC', 'Helvetica Neue', 'Helvetica', 'Arial';
  -webkit-font-smoothing: antialiased;
  /* font-family: 'microsoft yahei',tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif; */
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.25;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline-width: 0;
  color: inherit;
}

a:hover {
  text-decoration: none;
  outline: none;
}

em, b, i, code, strong {
  font-style: normal;
}

img {
  border: 0;
}

ol, ul, li {
  list-style: none;
}

button, input, textarea, select {
  outline: none;
}
button {
  border: none;
  cursor: pointer;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after,
.clf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}

.clearfix, .clf {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.hide {
  display: none;
}

.pos-mc {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.fixed-mc {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.layout {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  *white-space: normal;
}
.ellipsis2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.ellipsis3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* 分页 */
.pagination-content {
  margin: 20px 0 32px;
  color: #999;
}
.pagination-content a { 
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
}
.pagination-content .actives {
  background-color: #329699;
  color: #fff;
}
.pagination-content .iconfont {
  background: url(../images/arrow-left.png) no-repeat center;
  background-size: 16px;
}
.pagination-content .iconfont:hover {
  background: url(../images/arrow-left-hover.png) no-repeat center;
  background-size: 16px;
}
.pagination-content .iconfont.iconiconfontjiantou5 {
  transform: rotateY(180deg);
}


.nocontent-perch {
  margin: 100px 0;
}
.nocontent-perch p {
  text-align: center;
  color: #b3b3b3;
}
.nocontent-perch img {
  width: 194px;
  height: 158px;
}
.nocontent-perch .text {
  margin-top: 24px;
}
.nocontent-perch .text2 {
  font-size: 20px;
}